Skip to content

Fix #1218 #1219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 24, 2025
Merged

Fix #1218 #1219

merged 3 commits into from
Mar 24, 2025

Conversation

drewyangdev
Copy link
Contributor

Added setuptools for potential bug for people who use conda-forge python 3.13, to test:

which conda
# /home/drewyang/miniconda3/condabin/conda
conda --version
# conda 25.1.1
conda create -n dj313 -c conda-forge python=3.13 # installed from conda-forge instead of the defaults channel 'conda-forge/linux-64::python-3.13.2-hf636f53_101_cp313'
conda activate dj313
# cd <datajoint-python repo>
git checkout 3e3977147aedcef735561427664a4c7a81d3862f # latest master as of 20250320
pip install -e .
python -c 'import datajoint as dj; assert dj.diagram.diagram_active'

There shouldn't be any error

Copy link
Member

@dimitri-yatsenko dimitri-yatsenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolve conflicts

@drewyangdev drewyangdev added the bug Indicates an unexpected problem or unintended behavior label Mar 24, 2025
@dimitri-yatsenko dimitri-yatsenko merged commit 61bc566 into datajoint:master Mar 24, 2025
2 checks passed
@drewyangdev drewyangdev deleted the fix-#1218 branch March 24, 2025 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: conda-forge Python 3.13 | ModuleNotFoundError: No module named 'pkg_resources'
2 participants